Skip to content

chore: bump reactivecircus/android-emulator-runner from 2.33.0 to 2.34.0#623

Merged
jamesnrokt merged 1 commit into
mainfrom
dependabot/github_actions/reactivecircus/android-emulator-runner-2.34.0
Nov 3, 2025
Merged

chore: bump reactivecircus/android-emulator-runner from 2.33.0 to 2.34.0#623
jamesnrokt merged 1 commit into
mainfrom
dependabot/github_actions/reactivecircus/android-emulator-runner-2.34.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 3, 2025

Copy link
Copy Markdown
Contributor

Bumps reactivecircus/android-emulator-runner from 2.33.0 to 2.34.0.

Release notes

Sourced from reactivecircus/android-emulator-runner's releases.

v2.34.0

What's Changed

New Contributors

Full Changelog: ReactiveCircus/android-emulator-runner@v2.33.0...v2.34.0

Changelog

Sourced from reactivecircus/android-emulator-runner's changelog.

Change Log

Unreleased

No changes yet.

v2.34.0

  • Allow arbitrary value for api-level such as Baklava and 35-ext15. - 428
  • Add option to specify system-image-api-level to use a system image with a different API level than the platform. - 428
  • Support automotive and desktop targets: android-automotive, android-automotive-playstore, android-desktop. - 428

v2.33.0

  • Fix missing AVD directory in ubuntu-24.04 runner. - 415
  • Update SDK build tools to 35.0.0, update SDK command-line tools to 16.0. - #356
  • Stop changing owner of the SDK directory. - 406 #409
  • Upgrade to latest npm dependencies. - #401

v2.32.0

  • Add port parameter for customizing the emulator port to use. - #383

v2.31.0

  • Support setting VanillaIceCream as api-level. - #378
  • Install platforms for the specified api-level. - #384

v2.30.1

  • Run action on Node 20. - #371

v2.30.0

  • Update to Node 20. - #369

v2.29.0

  • Fixed emulator download URL. - #343
  • Upgrade to latest npm dependencies. - #347 #355
  • Update SDK command-line tools to 11.0. - #356
  • Update SDK build tools to 34.0.0. - #356

v2.28.0

  • Add emulator-boot-timeout to support configuring maximum time waiting for emulator boot. - #326
  • Support non-integer api-level. - #317
  • Replace deprecated ANDROID_SDK_ROOT with ANDROID_HOME. - 304
  • Update SDK command-line tools to 9.0. - #331

... (truncated)

Commits
  • 1dcd009 Merge branch 'main' into release/v2
  • 2548f9f Prepare for release 2.34.0.
  • 595a456 Update README.md and CHANGELOG.md.
  • a173d65 Support API levels for SDK extensions and add missing targets for automotive ...
  • 50d5b10 Add Baklava support (#424)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) from 2.33.0 to 2.34.0.
- [Release notes](https://github.com/reactivecircus/android-emulator-runner/releases)
- [Changelog](https://github.com/ReactiveCircus/android-emulator-runner/blob/main/CHANGELOG.md)
- [Commits](ReactiveCircus/android-emulator-runner@62dbb60...1dcd009)

---
updated-dependencies:
- dependency-name: reactivecircus/android-emulator-runner
  dependency-version: 2.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependabot label Nov 3, 2025
@dependabot dependabot Bot requested a review from a team as a code owner November 3, 2025 22:36
@dependabot dependabot Bot added the dependabot label Nov 3, 2025
@sonarqubecloud

sonarqubecloud Bot commented Nov 3, 2025

Copy link
Copy Markdown

@jamesnrokt jamesnrokt merged commit 15a16a8 into main Nov 3, 2025
13 of 15 checks passed
@jamesnrokt jamesnrokt deleted the dependabot/github_actions/reactivecircus/android-emulator-runner-2.34.0 branch November 3, 2025 23:22
mparticle-automation added a commit that referenced this pull request Nov 4, 2025
## [5.74.3](v5.74.2...v5.74.3) (2025-11-04)

### Updates & Maintenance

* Add step to ensure deployment visibility ([#611](#611)) ([9b5af9e](9b5af9e))
* bump actions/cache from 3 to 4 ([#622](#622)) ([7c46e93](7c46e93))
* bump actions/checkout from 3 to 5 ([#617](#617)) ([59fd344](59fd344))
* bump actions/upload-artifact from 4 to 5 ([#614](#614)) ([d4f7882](d4f7882))
* bump crazy-max/ghaction-import-gpg from 6.0.0 to 6.3.0 ([#615](#615)) ([8881009](8881009))
* bump reactivecircus/android-emulator-runner from 2.33.0 to 2.34.0 ([#623](#623)) ([15a16a8](15a16a8))
* Enable Dependabot for Github Actions ([#608](#608)) ([0174ff2](0174ff2))
* Remove target branch check ([#610](#610)) ([ac69641](ac69641))
* Update submodules ([ec57498](ec57498))
@mparticle-automation

Copy link
Copy Markdown
Collaborator

🎉 This PR is included in version 5.74.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants